Don't specify explicit format capabilities. (#346505, Christian Persch)
authorMatthias Clasen <mclasen@redhat.com>
Thu, 31 Aug 2006 18:13:16 +0000 (18:13 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 31 Aug 2006 18:13:16 +0000 (18:13 +0000)
2006-08-31  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkprintoperation-unix.c (get_print_dialog): Don't specify
explicit format capabilities.  (#346505, Christian Persch)

ChangeLog
gtk/gtkprintoperation-unix.c

index 671ab0e6ef13d29a770280c4a771409c42eee82b..d5f87d9926fce7e56b8edbae3c3a4ade334e8f28 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
 2006-08-31  Matthias Clasen  <mclasen@redhat.com>
 
-       * modules/printbackends/cups/gtkprintbackendcups.c (cups_request_printer_list_cb): Send printer-list-done on error.
+       * gtk/gtkprintoperation-unix.c (get_print_dialog): Don't specify
+       explicit format capabilities.  (#346505, Christian Persch)
+
+       * modules/printbackends/cups/gtkprintbackendcups.c (cups_request_printer_list_cb): Send printer-list-done on error. 
 
 2006-08-31  Michael Natterer  <mitch@imendio.com>
 
index c5c71e82e71d68caf88bc44553512d2886127451..8461bb5ae50dac6dbd3d2089b816f8e61102a306 100644 (file)
@@ -345,9 +345,7 @@ get_print_dialog (GtkPrintOperation *op,
                                                 GTK_PRINT_CAPABILITY_COLLATE |
                                                 GTK_PRINT_CAPABILITY_REVERSE |
                                                 GTK_PRINT_CAPABILITY_SCALE |
-                                                 GTK_PRINT_CAPABILITY_GENERATE_PDF |
-                                                GTK_PRINT_CAPABILITY_GENERATE_PS |
-                                                 GTK_PRINT_CAPABILITY_PREVIEW);
+                                                GTK_PRINT_CAPABILITY_PREVIEW);
 
   if (priv->print_settings)
     gtk_print_unix_dialog_set_settings (GTK_PRINT_UNIX_DIALOG (pd),